ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LonLat<T> Structure
The type used to represent longitude and latitude.
Members

In This Topic
    LonLat<T> Structure
    In This Topic
    Represents a longitude/latitude pair.
    Object Model
    LonLat<T> Structure
    Syntax
    'Declaration
     
    Public Structure LonLat(Of T) 
       Inherits System.ValueType
    public struct LonLat<T> : System.ValueType 
    Type Parameters
    T
    The type used to represent longitude and latitude.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.C1Report.CustomFields.Maps.LonLat<T>

    See Also